home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / info / dir < prev    next >
Encoding:
Text File  |  1995-09-01  |  3.2 KB  |  74 lines

  1. -*- Text -*-
  2.  
  3. This is the file .../info/dir, which contains the topmost node of the Info
  4. hierarchy.  The first time you invoke Info you start off looking at that node,
  5. which is (dir)Top.
  6.  
  7. Rather than adding new nodes to this directory (and this file) it is a better
  8. idea to put them in a site-local directory, and then configure info to search
  9. in that directory as well.  That way, you won't have to re-edit this file when
  10. a new release of the editor comes out.
  11.  
  12. For example, you could add this code to .../lisp/site-start.el, which is
  13. loaded before ~/.emacs each time the editor starts up:
  14.  
  15.   ;; find local info nodes
  16.   (setq Info-directory-list
  17.         (append Info-directory-list '("/private/info/")))
  18.  
  19. Then, when you enter info, the contents of the file "/private/info/localdir"
  20. will be appended to the contents of this file (where the "* Locals:" line is.)
  21. The "localdir" file should simply contain lines like in this file, listing the
  22. names of the info files in its directory.
  23.  
  24. 
  25. File: dir    Node: Top    This is the top of the INFO tree
  26.  
  27.   This is Info, the online documentation browsing system.
  28.   This page (the Directory node) gives a menu of major topics.
  29.  
  30.   button1 or button2 on a highlighted word follows that cross-reference.
  31.   button3 anywhere brings up a menu of commands.
  32.   ? lists additional keyboard commands.
  33.   h invokes the Info tutorial.
  34.  
  35. * Menu:
  36.  
  37. * Info::    Documentation browsing system.
  38. * XEmacs::    The extensible self-documenting text editor.
  39.         This manual is for XEmacs 19.13.
  40. * Lispref::    Emacs-Lisp technical reference.
  41.         This manual is for XEmacs 19.13.
  42. * New-Users-Guide::
  43.             XEmacs User's Guide for XEmacs 19.13.
  44. * XEmacs-FAQ::    XEmacs Frequently Asked Questions for 19.13.
  45. * Ange-FTP::    Making the entire network accessible as a pseudo-filesystem.
  46. * CC-MODE::    Mode for editing C, C++, and Objective-C code.
  47. * CL::        A Common Lisp compatibility package for Emacs-Lisp.
  48. * Dired::    Manual for Tree Dired.
  49. * Ediff::    A Visual Interface to Unix Diff and Patch Utilities.
  50. * EVI::        An alternative vi emulator (see also Viper).
  51. * External-Widget::
  52.         Use XEmacs as a text widget inside of another program.
  53. * Forms::    A package for editing databases by filling in forms.
  54. * GNUS::    An NNTP-based newsreader for XEmacs.
  55. * Hyperbole::    A programmable information management and hypertext system.
  56. * ILISP::    Multi-dialect inferior LISP interface.
  57. * Ispell::    Interactive spelling corrector.
  58. * Mailcrypt::    Emacs interface to cryptographic functions for mail and news.
  59. * MH-E::    Emacs interface to MH, a mail-handling package.
  60. * OO-Browser::    The Multi-Language Object-Oriented Browser.
  61. * PCL-CVS::    An XEmacs-based front end to CVS.
  62. * Rmail::    An older mail reader for Emacs.
  63. * Standards::    The GNU coding standards.
  64. * Supercite::    Lets you cite parts of messages you're replying to.
  65. * Term::    ANSI-compatible terminal emulator.
  66. * Termcap::    The termcap library, which enables application programs
  67.         to handle all types of character-display terminals.
  68. * Texinfo::    With one source file, make either a printed manual (through
  69.         TeX) or an Info file (through texinfo).
  70. * Viper::    A VI Plan for Emacs Rescue and a venomous VI PERil.
  71. * VM::        View Mail, a replacement for Rmail.
  72. * W3::        A browser for the World Wide Web global hypertext system.
  73. * Locals:
  74.